home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / mini_putt2.swf / scripts / DefineButton2_58 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-07  |  240b  |  11 lines

  1. on(release){
  2.    _root.player = player;
  3.    _root.email = email;
  4.    _root.login = email;
  5.    tellTarget("_root")
  6.    {
  7.       loadVariables("http://www.psychogoldfish.com/mini_putt/tournament.php","_root","POST");
  8.       play();
  9.    }
  10. }
  11.